@charset "utf-8"; html {
    font-size: 16px;
}

body {
    font-family: "microsoft yahei";
    font-size: 1rem;
    color: #333333;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, hr, input, p {
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
}

a {
    color: inherit;
    font: inherit;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    border: none;
    outline: none;
    text-decoration: none;
}

.clearfix {
    zoom: 1; }

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    border: none;
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    width: 95%;
    margin: 0 auto;
}

@media (min-width: 1240px) {
    .container {
        width: 1200px;
    }
}

img {
    max-width: 100%;
    vertical-align: middle;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

/* 动画延迟结束 */
/* ie8提示样式 */
#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 9990009;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    opacity: 0.9;
    z-index: -1;
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px;
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px;
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../images/bro.png) no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block;
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}

/* ie8提示样式 */
/* header */
.header {
    background: url(../images/header-bg.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.header .top {
    background: rgba(22, 124, 185, 0.5);
    line-height: 35px;
    color: #fff;
}

.header .top a {
    color: #fff;
    font-size: 14px;
}

.header .top span {
    margin: 0 10px;
}

.header .top .left-link {
    float: left;
}

.header .top .right-link {
    float: right;
}

.logobar {
    padding: 36px 0;
}

.logobar .logo {
    float: left;
}

.logobar .xximg {
    float: right;
    margin-right: 30px;
    margin-top: 20px;
}

/* 搜索 */
.search-btn {
    display: none;
}

.search-box {
    float: right;
    margin-top: 20px;
    width: 240px;
    height: 40px;
    background: none;
    padding: 0 20px;
    border: 1px solid #fff;
    overflow: hidden;
    border-radius: 20px;
}

.search-box .closed {
    display: none;
}

.search-box .text {
    width: calc(100% - 40px);
    line-height: 36px;
    height: 36px;
    border: none;
    background: none;
    color: #fff;
    font-size: 14px;
    float: left;
}

.search-box .sub {
    width: 20px;
    height: 20px;
    margin-top: 8px;
    float: right;
}

/* 导航 */
.nav-button {
    display: none;
}

.navbar {
    line-height: 65px;
    background: #fff;
}

.navbar .closed {
    display: none;
}

.navbar .navbar-nav > li {
    float: left;
    position: relative;
    width: 11.11%;
}

.navbar .navbar-nav > li > a {
    font-size: 1.125rem;
    color: #444444;
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.navbar .navbar-nav > li:hover > a {
    background: #399bd6;
    font-weight: bold;
    color: #fff;
}

.navbar .navbar-nav > li:hover .nav-child {
    opacity: 1;
    visibility: visible;
}

.navbar .nav-child {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.75);
    transition: opacity 0.15s;
}

.navbar .nav-child > li {
    width: 100%;
    text-align: center;
    position: relative;
    line-height: 22px;
}

.navbar .nav-child > li a {
    display: block;
    padding: 12px 5px;
    width: 100%;
    font-size: 1rem;
    line-height: 24px;
    font-weight: normal;
    color: #fff;
}

.navbar .nav-child > li a:hover {
    background: #399bd6;
}



.navbar .navbar-nav > li.long .nav-child {
    width:200%;
}
.navbar .navbar-nav > li.long .nav-child li{
    width:50%;float:left;
}
/* 浮动导航 */
/* 浮动导航结束 */
/* banner焦点图 */
.banner {
    overflow: hidden;
    position: relative;
    background: url(../images/banner-bg.png) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.slider-banner {
    position: relative;
    overflow: hidden;
}

.slider-banner .slick-slide {
    position: relative;
}

.slider-banner .slick-slide img {
    vertical-align: top;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.slider-banner .slick-slide img:hover {
    transform: scale(1.05);
}

.slider-banner .slick-dots {
    position: absolute;
    width: auto;
    bottom: 10px;
    right: 30px;
    z-index: 9;
}

.slider-banner .slick-dots li {
    float: left;
    width: 6px;
    height: 21px;
    background: url(../images/banner-dot.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 7px;
    cursor: pointer;
}

.slider-banner .slick-dots li button {
    display: none;
}

.slider-banner .slick-dots li.slick-active {
    width: 6px;
    height: 31px;
    margin-top: -10px;
    background: url(../images/banner-dot-on.png) no-repeat;
    background-size: 100% 100%;
}

.slider-banner .slick-arrow {
    width: 46px;
    height: 46px;
    overflow: hidden;
    text-indent: 99px;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    top: 50%;
    margin-top: -23px;
}

.slider-banner .slick-arrow.slick-prev {
    background: url(../images/banner-left.png) no-repeat;
    background-size: 100% 100%;
    left: 3%;
}

.slider-banner .slick-arrow.slick-next {
    background: url(../images/banner-right.png) no-repeat;
    background-size: 100% 100%;
    right: 3%;
}

.slider-banner .tit {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    line-height: 50px;
    padding: 0 35px;
}

.slider-banner .tit p {
    font-size: 1.125rem;
    color: #fff;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* banner焦点图结束 */
/* 中部版块 */
.c1 {
    float: left;
    width: 48%;
}

.c2 {
    float: right;
    width: 48%;
}

.index-tit {
    position: relative;
    overflow: hidden;
    line-height: 35px;
    margin-bottom: 25px;
}

.index-tit h2 {
    float: left;
    color: #333333;
    font-size: 1.25rem;
    font-weight: bold;
    padding-left: 37px;
    position: relative;
    text-align: center;
    background: url(../images/index-tit-ico1.png) center left no-repeat;
}

.index-tit .index-more {
    float: right;
    font-size: 0.875rem;
    color: #7b7b7b;
    position: relative;
}

.index-tit .index-more:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    background: #005da3;
}

.index-tit .index-more:hover {
    color: #005da3;
    font-weight: bold;
}

.row1 {
    padding: 45px 0;
}

.slider-news {
    margin: 0 -15px;
    overflow: hidden;
}

.slider-news .item {
    float: left;
    width: 50%;
}

.slider-news .box {
    position: relative;
    overflow: hidden;
    background: #dedede;
    padding-bottom: 7px;    border: 1px solid #dedede;
    margin: 0 15px;
}

.slider-news .pic {
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    overflow: hidden;
}

.slider-news .pic img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.slider-news .pic img:hover {
    transform: scale(1.05);
}

.slider-news .text {
    padding: 25px 15px 45px 22px;
    overflow: hidden;
    margin-top: 10px;
    background: #fff;
}

.slider-news .date {
    font-size: 0.875rem;
    color: #4da6db;
}

.slider-news .tit {
display:block;
    margin-top: 15px;
    font-size: 1rem;
    color: #333333;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.slider-news .box:hover {
    background: #399bd6;
    box-shadow: 0 0 10px 0 #333;
}

.slider-news .box:hover .date {
    font-weight: bold;
}

.slider-news .box:hover .tit {
    font-size: 1rem;
    color: #4da6db;
    font-weight: bold;
}

.slider-news .box:hover .text {
    background: url(../images/news-bg.png) right bottom;
    background-size: cover;
}

.index-news ul {
    margin-top: -20px;
}

.index-news li {
    line-height: 56px;
    border-bottom: 1px dashed #dddddd;
    overflow: hidden;
}

.index-news li a {
    float: left;
    color: #444444;
    font-size: 1rem;
    display: block;
    padding-left: 25px;
    position: relative;
    width: calc(100% - 105px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index-news li a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #53ace1;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
}

.index-news li .date {
    font-size: 0.875rem;
    color: #999999;
    float: right;
}

.index-news li:hover {
    border-bottom: 1px dashed #005da3;
}

.index-news li:hover a {
    color: #005da3;
    transform: translateX(5px);
}

.row2 {
    padding: 40px 0 45px;
    background: url(../images/row2-bg.png) no-repeat;
    background-size: cover;
}

.row2 .c1 .index-tit h2 {
    background: url(../images/index-tit-ico2.png) left center no-repeat;
}

.row2 .c2 .index-tit h2 {
    background: url(../images/index-tit-ico3.png) left center no-repeat;
}

.index-jkdt ul {
    margin-top: -20px;
}

.index-jkdt li {
    line-height: 56px;
    border-bottom: 1px dashed #dddddd;
    overflow: hidden;
}

.index-jkdt li a {
    float: left;
    color: #444444;
    font-size: 1rem;
    display: block;
    padding-left: 25px;
    position: relative;
    width: calc(100% - 105px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index-jkdt li a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #53ace1;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
}

.index-jkdt li .date {
    font-size: 0.875rem;
    color: #999999;
    float: right;
}

.index-jkdt li:hover {
    background: #fff;
    box-shadow: 0 0 60px -15px #8f8b8b;
    padding-right: 5px;
    border: none;
}

.index-jkdt li:hover a {
    color: #399bd6;
    font-weight: bold;
}

.index-jkdt li:hover a:before {
    width: 13px;
    height: 5px;
}

.index-tzgg ul {
    margin-top: -20px;
}

.index-tzgg li {
    overflow: hidden;
    border-bottom: 1px dashed #dddddd;
    padding: 15px 0;
}

.index-tzgg li .date {
    width: 60px;
    height: 44px;
    float: left;
    background: #53ace1;
    color: #fff;
    text-align: right;
    padding-right: 7px;
}

.index-tzgg li .date .year {
    font-size: 0.75rem;
}

.index-tzgg li .date .day {
    font-size: 1.5rem;
    margin-top: -5px;
}

.index-tzgg li .tit {
    float: right;
    width: calc(100% - 75px);
    display: table;
    height: 44px;
    overflow: hidden;
}

.index-tzgg li .tit p {
    display: table-cell;
    vertical-align: middle;
}

.index-tzgg li .tit a {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index-tzgg li:nth-child(2) .date {
    background: #399bd6;
}

.index-tzgg li:nth-child(3) .date {
    background: #3591c8;
}

.index-tzgg li:nth-child(4) {
    border-bottom: none;
}

.index-tzgg li:nth-child(4) .date {
    background: #3083b5;
}

.index-tzgg li:hover a {
    color: #005da3 !important;
    transform: translateX(5px);
}

.row3 {
    padding: 35px 0;
}

.row3 .c1 .index-tit h2 {
    background: url(../images/index-tit-ico4.png) left center no-repeat;
}

.row3 .c2 .index-tit h2 {
    background: url(../images/index-tit-ico5.png) left center no-repeat;
}

.index-mtsj ul {
    margin-top: -20px;
}

.index-mtsj li {
    padding: 15px 0;
    line-height: 26px;
    border-bottom: 1px dashed #dddddd;
    overflow: hidden;
}

.index-mtsj li .mt {
    float: left;
    width: 82px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: url(../images/mt-bg.png) no-repeat;
    background-size: 100% 100%;
    font-size: 0.875rem;
    color: #4da6db;    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-mtsj li a {
    float: left;
    color: #444444;
    font-size: 1rem;
    display: block;
    padding-left: 20px;
    position: relative;
    width: calc(100% - 190px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index-mtsj li .date {
    font-size: 0.875rem;
    color: #999999;
    float: right;
}

.index-mtsj li:last-child {
    border-bottom: none;
}

.index-mtsj li:hover {
    border-bottom: 1px dashed #005da3;
}

.index-mtsj li:hover .mt {
    background: url(../images/mt-bg-on.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-weight: bold;
}

.index-mtsj li:hover a {
    color: #005da3;
    transform: translateX(5px);
}

.slidebox .hd li {
    cursor: pointer;
}

.slidebox .hd li:last-child h2 {
    padding-left: 35px;
}

.slidebox .hd li.on h2 {
    color: #53ace1;
}

.index-lyyx {
    overflow: hidden;
    width: 100%;
    margin-top: -10px;
}

.index-lyyx .box {
   
    float: left;
    transition: all 0.7s ease 0s;
    position: relative;
}

.index-lyyx .box a {
    display: block;
    width: 100%;
    height: 260px;
    position: relative;
    overflow: hidden;
}

.index-lyyx .box a img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
}
.index-lyyx .box a img:hover{
    transform:scale(1.05);
}
.index-lyyx .box h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(../images/lyyx-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 15px;
    line-height: 40px;
}

.index-lyyx .box h3 p {
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-lyyx .box .ico {
    display:none;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    width: 20px;
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -9px;
}

.index-lyyx .box .ico::before {
    content: "";
    width: 1px;
    height: 23px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: -25px;
    left: 50%;
}

.index-lyyx .slick-arrow {
    width: 46px;
    height: 46px;
    overflow: hidden;
    text-indent: 99px;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    top: 50%;
    margin-top: -23px;
}


.index-lyyx .slick-arrow.slick-prev {
    background: url(../images/banner-left.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
}


.index-lyyx .slick-arrow.slick-next {
    background: url(../images/banner-right.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
}




.row4 .index-tit {
    margin-bottom: 5px;
}

.index-ztwz {
    position: relative;
    margin: 0 -16px;
}

.index-ztwz .slick-list {
    padding: 20px 0;
}

.index-ztwz .box {
    margin: 0 16px;
}

.index-ztwz .box .pic {
    width: 100%;
    padding-bottom: 40%;
    position: relative;
    overflow: hidden;
}

.index-ztwz .box .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.index-ztwz .box p {
    border: 1px solid #d6d6d6;
    line-height: 48px;
    font-size: 1rem;
    color: #333333;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.index-ztwz .box:hover {
    box-shadow: 0 3px 40px -5px #8a8888;
}

.index-ztwz .slick-arrow {
    width: 14px;
    height: 26px;
    overflow: hidden;
    text-indent: 99px;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    top: 50%;
    margin-top: -13px;
}

.index-ztwz .slick-arrow.slick-prev {
    background: url(../images/zt-left.png) no-repeat;
    background-size: 100% 100%;
    left: -3%;
}

.index-ztwz .slick-arrow.slick-next {
    background: url(../images/zt-right.png) no-repeat;
    background-size: 100% 100%;
    right: -3%;
}

.index-ztwz .slick-arrow.slick-prev:hover {
    background: url(../images/zt-left2.png) no-repeat;
    background-size: 100% 100%;
}

.index-ztwz .slick-arrow.slick-next:hover {
    background: url(../images/zt-right2.png) no-repeat;
    background-size: 100% 100%;
}

/* 中部版块 */
/* 底部 */
.footer {
    margin-top: 50px;
    overflow: hidden;
    background: url(../images/footer-bg.png) no-repeat;
    background-size: cover;
}

.index-links {
    padding: 20px 0 15px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.index-links h2 {
    float: left;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    margin-top: 5px;
}

.index-links ul {
    overflow: hidden;
    margin-left: 10px;
}

.index-links li {
    float: left;
    padding: 5px 18px;
}

.index-links li a {
    font-size: 0.9375rem;
    color: #fff;
}

.footer-info {
    padding: 28px 0;
    overflow: hidden;
}

.footer-info .footer-logo {
    float: left;
}

.footer-info .contact {
    float: left;
    margin-left: 145px;
}

.footer-info .contact p {
    font-size: 0.875rem;
    color: #fff;
    line-height: 32px;
    padding-left: 30px;
}

.footer-info .contact p {
    background: url(../images/contact-ico1.png) left center no-repeat;
}

.footer-info .contact p+p {
    background: url(../images/contact-ico2.png) left center no-repeat;
}

.footer-info .contact p+p+p {
    background: url(../images/contact-ico3.png) left center no-repeat;
}

.footer-info .contact p+p+p+p {
    background: url(../images/contact-ico3.png) left center no-repeat;
}

.footer-info .contact p+p+p+p+p {
    background: url(../images/contact-ico2.png) left center no-repeat;
}
.footer-info .ewm {
    float: right;
}

.footer-info .ewm li {
    float: left;
    margin-left: 15px;
}

.footer-info .ewm li img {
    width: 95px;
    height: 95px;
}

.footer-info .ewm li p {
    font-size: 0.875rem;
    line-height: 32px;
    color: #fff;
    text-align: center;
}

.cory {
    padding: 15px 0;
    background: #2185c2;
    overflow: hidden;
}

.cory .bq {
    float: left;
    font-size: 14px;
}

.cory .bq * {
    color: #fff !important;
}

.cory .clicks {
    float: right;
    color: #fff !important;
    font-size: 14px !important;
}

.cory .clicks * {
    color: #fff !important;
    font-size: 14px !important;
}

/* 列表页 */
/* 列表banner */
.list-banner {
    overflow: hidden;
    position: relative;
    background: #f4f4f4;
}

.list-banner img {
    width: 100%;
}

.list-page {
    position: relative;
    z-index: 3;
    min-height: 600px;
    padding: 50px 0 20px;
}

/* 二级导航 */
/* 左侧导航 */
.left-nav {
    width: 255px;
    float: left;
    position: relative;
    z-index: 9;
}

.left-nav .column {
    background: url(../images/left-colum.png) no-repeat;
    background-size: cover;
    padding: 20px;
}

.left-nav .column h2 {
    text-align: center;
    font-size: 1.375rem;
    color: #fff;
    font-weight: bold;
}

.left-nav .sideMenu {
    position: relative;
    background: url(../images/left-nav-bg.png) bottom no-repeat #f4f4f4;
    padding: 28px 10px 210px;
    overflow: hidden;
}

.left-nav .sideMenu li {
    background: #fff;
    margin-top: 10px;
}

.left-nav .sideMenu li > a {
    position: relative;
    display: block;
    font-weight: normal;
    font-size: 1.25rem;
    border-left: 5px solid #399bd6;
    background: #fff;
    color: #333333;
    padding: 15px 40px 15px 25px;
    background: url(../images/leftnav-ico1.png) 190px center no-repeat;
}

.left-nav .sideMenu dl {
    padding: 10px 0 10px 45px;
    display: none;
}

.left-nav .sideMenu dl dd a {
    display: block;
    position: relative;
    font-size: 1rem;
    color: #1d1d1d;
    padding: 5px 0 5px 20px;
    background: url(../images/leftnav-ico3.png) left center no-repeat;
}

.left-nav .sideMenu dl dd:hover a, .left-nav .sideMenu dl dd.current a {
    color: #399bd6;
    font-weight: bold;
    background: url(../images/leftnav-ico4.png) left center no-repeat;
}

.left-nav .sideMenu li.current > a, .left-nav .sideMenu li:hover > a {
    color: #fff;
    background: url(../images/leftnav-ico2.png) 190px center no-repeat #399bd6;
}

.left-nav .sideMenu li.current dl {
    display: block;
}

/* 右边内容区域 */
.right-con {
    float: right;
    width: calc(100% - 290px);
}

.location {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #c6c6c6;
}

.location .tit {
    font-size: 1.375rem;
    font-weight: bold;
    color: #399bd6;
    float: left;
}

.location .weizhi {
    float: right;
    margin-top: 10px;
    font-size: 0.875rem;
    color: #888888;
    background: url(../images/home.png) left center no-repeat;
    padding-left: 22px;
}

.location .weizhi a {
    font-size: 0.875rem;
    color: #888888;
}

.list-text {
    margin-top: 10px;
}

.list-text li {
    padding: 28px 0;
    border-bottom: 1px solid #d1d1d1;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list-text .date {
    float: left;
    width: 98px;
    height: 77px;
    border-right: 1px solid #e2e7ed;
    text-align: center;
    color: #399bd6;
}

.list-text .date .day {
    margin-top: 10px;
    font-size: 1.5rem;
}

.list-text .date .year {
    font-size: 1.125rem;
}

.list-text .text {
    float: right;
    width: calc(100% - 125px);
    padding-right: 18px;
}

.list-text .tit {
    display: block;
    color: #444444;
    font-size: 1.125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list-text .abst {
    margin-top: 10px;
    color: #888888;
    font-size: 0.875rem;
    text-indent: 2em;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-text li:hover {
    background: #f4f4f4;
    box-shadow: 1px 1px 67px -15px #a3a0a0;
    transform: translateY(-2px);
    border-bottom: none;
}

.list-text li:hover .tit {
    color: #399bd6;
    font-weight: bold;
}

.list-news {
    margin-top: 15px;
}

.list-news li {
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    position: relative;
    padding: 15px 0;
}

.list-news .pic {
    float: left;
    position: relative;
    margin-left: 7px;
    width: 173px;
    height: 123px;
    overflow: hidden;
}

.list-news .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.list-news .text {
    float: right;
    width: calc(100% - 205px);
}

.list-news .text .tit {
    display: block;
    color: #333333;
    font-size: 1rem;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list-news .text .abst {
    margin-top: 10px;
    font-size: 0.75rem;
    color: #888888;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-news .text .date {
    margin-top: 15px;
    width: 96px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background: #e8eef3;
    font-size: 1rem;
    color: #9b000f;
}

.list-news .text.no-pic {
    width: 100%;
    padding-left: 7px;
}

.list-news li:hover .tit {
    color: #9b000f;
    transform: translateX(5px);
}

.list-news li:hover img {
    transform: scale(1.05);
}

.list-news li:hover .date {
    background: #9b000f;
    color: #fff;
}

/* 图片列表 */
.list-pic {
    overflow: hidden;
    margin: 40px -15px 0;
}

.list-pic li {
    width: 33.3%;
    float: left;
    margin-bottom: 30px;
}

.list-pic li a {
    display: block;
    margin: 0 15px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dcdcdc;
}

.list-pic .pic {
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    overflow: hidden;
}

.list-pic .pic img {
    width: 100%;
    position: absolute;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.list-pic h4 {
    line-height: 55px;
    padding: 0 10px;
}

.list-pic h4 p {
    background: url(../images/jiantou.png) right center no-repeat;
    font-weight: normal;
    font-size: 1rem;
    text-align: left;
    color: #444444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
padding-right:20px;
}

.list-pic li:hover a {
    background: #399bd6;
}

.list-pic li:hover img {
    transform: scale(1.05);
}

.list-pic li:hover p {
    color: #fff !important;
    font-weight: bold;
    background: url(../images/jiantou2.png) right center no-repeat;
}

.list-leader {
    margin: 40px -15px 0;
    overflow: hidden;
}

.list-leader li {
    float: left;
    width: 50%;
    margin-bottom: 25px;
}

.list-leader li a {
    display: block;
    margin: 0 15px;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    padding: 20px;
}

.list-leader li .pic {
    position: relative;
    float: left;
    width: 150px;
    height:190px;
    overflow: hidden;
}

.list-leader li .pic img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
height:100%;
}

.list-leader li .text {
    float: right;
    width: calc(100% - 165px);
    max-height: 209px;
    overflow: hidden;
}

.list-leader li .text .tit {
    font-size: 1.125rem;
    font-weight: bold;
    color: #333333;
}

.list-leader li .text .sub-tit {
    font-size: 1rem;
    color: #002147;
    margin-top: 10px;
}

.list-leader li .text .info {
    margin-top: 20px;
    color: #777777;
    font-size: 0.875rem;
    line-height: 24px;
    height: 120;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
}

.list-leader li:hover a {
    box-shadow: 0 0 40px -15px #666;
}

.list-teacher {
    overflow: hidden;
    margin-top: 35px;
}

.list-teacher li {
    float: left;
    width: 16.6%;
    margin-bottom: 30px;
}

.list-teacher li a {
    display: block;
    margin: 0 20px;
    overflow: hidden;
}

.list-teacher li .pic {
    width: 100%;
    height: 120%;
    overflow: hidden;
    border: 1px solid #e0e6e9;
    padding: 5px;
    position: relative;
}

.list-teacher li .pic img {
    width: 100%;
}

.list-teacher li p {
    font-size: 1rem;
    color: #333333;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.list-teacher li:hover img {
    transform: scale(1.05);
}

.list-teacher li:hover p {
    color: #005da3;
}

/* 列表线条动画 */
.bottom-inOutSpread:before, .bottom-inOutSpread:after, .bottom-inOutSpread > .ui-border-element:before, .bottom-inOutSpread > .ui-border-element:after {
    content: "";
    position: absolute;
}

.bottom-inOutSpread:after {
    border-bottom: 1px solid #0080ca;
    left: 51%;
    right: 51%;
    bottom: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.bottom-inOutSpread:hover:after {
    left: 0%;
    right: 0%;
}

.bottom-inOutSpread:not(:hover):after {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

/* 列表线条动画结束 */
/* 正文页 */
.article-con {
    margin-top: 30px;
    overflow: hidden;
}

.article-con h1 {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    color: #399bd6;
}

.article-con h2 {
    font-size: 1.125rem;
    line-height: 1.5;
    text-align: center;
    font-weight: normal;
    margin-bottom: 15px;
    color: #333333;
}

.article-con .info {
    position: relative;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
    font-size: 0.875rem;
    color: #777777;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e8e8;
}

.article-con .info span {
    margin: 0 7px;
}

.article-con .article-text {
    margin-top: 25px;
    font-size: 1rem;
    line-height: 2;
    color: #333333;
    padding-bottom: 30px;
}

.article-con .article-text p {
    text-indent: 2em;
    padding-bottom: 20px;
font-size:1rem !important;
line-height:2 !important;
}

.article-con .article-text p img{
    max-width: 100%;
   
}

 .article-con .article-text p video {
   margin-left:-2em;
    max-width: 100%;
}

.article-con .article-text p.vsbcontent_img img {
    margin-left: 0 !important;
}

.article-con .updown {
    overflow: hidden;
    padding-top: 20px;
    border-top: 1px solid #eff0f9;
}

.article-con .updown a {
    display: block;
    font-size: 1rem;
    color: #333;
    padding: 10px 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.article-con .updown a:hover {
    color: #399bd6;
    transform: translateX(5px);
}

/* 正文表格P不缩进 */
.article-con .article-text table p {
    text-indent: 0;
    padding: 0;
}

.list-lists {
    overflow: hidden;
    margin: 20px 0;
}

.list-lists li {
    overflow: hidden;
    padding: 10px 0;
}

.list-lists li a {
    float: left;
    width: calc(100% - 90px);
    font-size: 1rem;
}

.list-lists li:hover a {
    color: #399bd6;
}

.list-lists li .date {
    float: right;
    font-size: 0.875rem;
    color: #555;
}
/* 在校学生 */
.db-jj{
    overflow:hidden;margin:20px 0;
}
.db-jj .pic{
    float:left;
    width:240px;
}
.db-jj .text{
    float:right;
    width:calc(100% - 280px);
}
.db-jj .text h2{
    font-size:22px;
    font-weight:bold;
    text-align:left;
    color:#3a9bd6;
    padding-left:20px;    color: #c15708;
}
.db-jj .text .info{
    text-indent:2em;
    text-align:left;
    font-size:0.875rem;
    line-height:2;
    padding:0;border-bottom:none;
}
.db-link{
    overflow:hidden;
    padding:10px 0;background: #e1f3ff;line-height:30px;
}
.db-link:nth-child(2n){
   background: #F5F5F5;
}
.db-link .title{
    font-size:18px;
    float:left;
    width: 120px;
    text-align:center;color: #c15708;
}
.db-link .links{
    float:left;
    width:calc(100% - 120px);
    padding:0 10px;
}
.db-link .links a{
    margin:0 10px;
    float:left;
    
}
.db-link .links a:hover{
    color:#3a9bd6;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a{margin-top:5px !important;}